home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / sport14b.zip / SPORTR.CTL < prev    next >
Text File  |  1991-09-26  |  4KB  |  105 lines

  1. ; SPORTR Control File (Remote Services)
  2. ; (C) 1988-1991, Satore Center Software
  3. ; SPORT Version 1.40
  4. ;
  5. ; THIS IS A SAMPLE CONTROL FILE FOR DEMONSTRATION PURPOSES ONLY!
  6. ;
  7. ; <- Semicolon denotes a comment line
  8. ;
  9. ;
  10. ; When this file is in the SPORT default directory AND
  11. ; a caller correctly enters your Remote Access Password,
  12. ; the caller will see an automatically generated menu that
  13. ; lists the commands after the word "menu" and the keys after
  14. ; the word "remotecommand". REM lines are displayed to the caller.
  15. ;
  16. ; Note that you need an external protocol. In this sample it is the
  17. ; protocol "DSZ" (c) Omen Technology.
  18. ;
  19. menu Latest SPORT Software (ZModem)
  20. remotecommand 1
  21. begin.
  22. REM ------------------------------------------------------------
  23. REM Receive the latest SPORT software by ZModem
  24. REM This is a basic SPORT system will all you need to get going.
  25. REM You will be receiving a self-extracting archive SPORTxxx.EXE
  26. REM Begin your download NOW...
  27. REM ------------------------------------------------------------
  28. dsz sz d:\file\sport\SPORT1??.EXE
  29. end.
  30. ;
  31. menu Latest SPORT Software (XModem)
  32. remotecommand 2
  33. begin.
  34. REM ------------------------------------------------------------
  35. REM Receive the latest SPORT software by XModem
  36. REM This is a basic SPORT system will all you need to get going.
  37. REM Name the file SPORTxxx*.EXE (self-extracting archive).
  38. REM Begin your download NOW...
  39. REM ------------------------------------------------------------
  40. dsz sx d:\file\sport\SPORT1??.EXE
  41. end.
  42. ;
  43. menu Sample BATch Files for SPORT (ZModem)
  44. remotecommand 3
  45. begin.
  46. REM ------------------------------------------------------------
  47. REM Receive various sample BATch files for SPORT by ZMODEM
  48. REM Begin your download NOW...
  49. REM ------------------------------------------------------------
  50. dsz sz d:\file\sport\*.BAT
  51. end.
  52. ;
  53. menu Sample CTL (Control) Files for SPORT (ZModem)
  54. remotecommand 4
  55. begin.
  56. REM --------------------------------------------------------------
  57. REM Receive various sample CTL (Control) files for SPORT by ZMODEM
  58. REM Begin your download NOW...
  59. REM --------------------------------------------------------------
  60. dsz sz d:\file\sport\*.CTL
  61. end.
  62. ;
  63. menu SPORTPAC - Mail Compression Utility for SPORT (ZModem)
  64. remotecommand 5
  65. begin.
  66. REM ------------------------------------------------------------
  67. REM SPORTPAC - Mail Compression Utility for SPORT (ZModem)
  68. REM Begin your download NOW...
  69. REM ------------------------------------------------------------
  70. dsz sz d:\file\sport\SPORTPAC.EXE
  71. end.
  72. ;
  73. menu Download latest SPORT Remote BBS Packet (*.SOS) (ZModem)
  74. remotecommand 6
  75. begin.
  76. REM ------------------------------------------------------------
  77. REM Updated SPORT Remote BBS Packet (by Zmodem)
  78. REM Begin your download NOW...
  79. REM ------------------------------------------------------------
  80. dsz sz d:\file\upload\*.SOS
  81. end.
  82. ;
  83. menu Download SPORTBBS.EXE - SPORT Remote BBS Module (ZModem);
  84. remotecommand 7
  85. begin.
  86. REM ------------------------------------------------------------
  87. REM SPORTBBS.EXE - SPORT Remote BBS Module (by ZModem)
  88. REM LHARC.EXE    - Required for use with SPORTBBS.EXE
  89. REM Begin your download NOW...
  90. REM ------------------------------------------------------------
  91. dsz sz d:\file\sport\SPORTBBS.EXE c:\utils\LHARC.EXE
  92. end.
  93. ;
  94. menu Download latest file list by ZModem
  95. remotecommand 8
  96. begin.
  97. REM ---------------------------------------------
  98. REM You are about to receive SATORE.LST by ZModem
  99. REM Begin your download NOW...
  100. REM ---------------------------------------------
  101. dsz sz d:\file\upload\SATORE.LST
  102. end.
  103. ;
  104. ;
  105.